< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/03030203.xhp

(section: now) (bookmark: bm_id3149416)
Now function

Now 関数

Now Function [Runtime]
Now 関数 [実行時](hd_id3149416.1)

Returns the current system date and time as a Date value.
システム時計から日付と時刻の情報を取得して、日付 の値として返します。(par_id3149670.2)

(/section: now)

Syntax:
構文:(hd_id3149456.3)

Now
Now(par_id3149655.4)

Return value:
戻り値:(hd_id3154366.5)

Date
日付(par_id3154909.6)

Example:
例:(hd_id3147229.7)

Sub ExampleNow
Sub ExampleNow(par_id3145172.8)

msgbox "It is now " & Now
msgbox "It is now " & Now(par_id3150870.9)

End sub
End sub(par_id3145787.10)


< Prev / Next >